home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / winsrc.arc / MATHTOOL.RC < prev    next >
Text File  |  1991-06-16  |  521b  |  26 lines

  1. #include "mathtool.h"
  2.  
  3. MathToolIcon ICON mathtool.ico
  4.  
  5. #include "coord.dlg"
  6. #include "zoom.dlg"
  7.  
  8. MathToolsMenu   MENU
  9. BEGIN
  10.    MENUITEM    "E&xit",          IDM_EXIT
  11.  
  12.    POPUP      "&Image"
  13.    BEGIN
  14.       MENUITEM    "&Grid Map",   IDM_MT_GRID
  15.       MENUITEM    "&Load Image", IDM_MT_LOAD
  16.       MENUITEM    "&Save Image", IDM_MT_SAVE
  17.    END
  18.  
  19.    POPUP       "&Boxes"
  20.    BEGIN
  21.       MENUITEM    "&Coordinate Box",   IDM_MT_COORD
  22.       MENUITEM    "&Point Info",       IDM_MT_POINT_INFO
  23.    END
  24.  
  25. END
  26.